projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5565735
)
pull-deploy: Tweak documentation to show using it for switching trees
author
Colin Walters
<walters@verbum.org>
Sun, 21 Apr 2013 14:39:27 +0000
(10:39 -0400)
committer
Colin Walters
<walters@verbum.org>
Sun, 21 Apr 2013 14:39:27 +0000
(10:39 -0400)
src/ostree/ot-admin-builtin-pull-deploy.c
patch
|
blob
|
history
diff --git
a/src/ostree/ot-admin-builtin-pull-deploy.c
b/src/ostree/ot-admin-builtin-pull-deploy.c
index 9e83fdfd8b872565e0dd7e0045e11dcd257bd600..08d39583bb061274f465ee3c9c6ac3b6b0728edd 100644
(file)
--- a/
src/ostree/ot-admin-builtin-pull-deploy.c
+++ b/
src/ostree/ot-admin-builtin-pull-deploy.c
@@
-121,7
+121,7
@@
ot_admin_builtin_pull_deploy (int argc, char **argv, OtAdminBuiltinOpts *admin_o
ot_lptrarray GPtrArray *subproc_args = NULL;
__attribute__((unused)) GCancellable *cancellable = NULL;
- context = g_option_context_new ("OSNAME
- Upgrade and redeploy current tree
");
+ context = g_option_context_new ("OSNAME
[TREE] - Ensure TREE (default current) is in list of remotes, then download and deploy
");
g_option_context_add_main_entries (context, options, NULL);